You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > FCDFInv Method > Probabilities.FCDFInv Method (double, [In] TMtxVecInt, [In] TMtxVecInt, [In] TDenseMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.FCDFInv Method (double, [In] TMtxVecInt, [In] TMtxVecInt, [In] TDenseMtxVec)

Fisher(F) PPF (vectorized).

Syntax
C#
Visual Basic
public static void FCDFInv(double p, [In] TMtxVecInt Nu1, [In] TMtxVecInt Nu2, [In] TDenseMtxVec Res);
Parameters 
Description 
double p 
Defines distribution probabilities, real vector or matrix with values within closed interval [0,1]. 
[In] TMtxVecInt Nu1 
Defines distribution degrees of freedom. Nu1 must be a positive integer. 
[In] TMtxVecInt Nu2 
Defines distribution degrees of freedom. Nu2 must be a positive integer. 
[In] TDenseMtxVec Res 
After calculation stores the PPF calculated from P, Nu1 and Nu2. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of P. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!